-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update app-testing script #603
base: dev_branch
Are you sure you want to change the base?
Conversation
The script tries to run the applications even if the verilator model did not compile correctly. |
=================================
|
That should not happen because of this:
I checked locally and it's failing from some verilator warnings. For some reason, the error exit code (which is different from 0) is not caught by the |
🎉 Verilator 5 supports timing simulation, the spiflash model have been compiled with verilator. Getting closer to run all the examples in CI. 🎊 |
@LuigiGiuffrida98 What is the status of this? We should at least write down the scope and status of the PR so we don't let it go |
@davidmallasen It can be useful to split this into two PRs, one to update gcc and a different one to update verilator (being the second a longer task). |
Just give me the time to change the gcc version in the docker and we can keep this PR to update the software accordingly. |
Perfect! I was going to suggest splitting into something that we can merge soonish and then continue working on the more time-consuming part, so that sounds good |
Is the |
TO-DO:
Fixes #344